window: Ignore geometry widget
authorBenjamin Otte <otte@redhat.com>
Tue, 24 Mar 2015 03:33:45 +0000 (04:33 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 28 Oct 2015 18:44:27 +0000 (19:44 +0100)
commit08974a1e9a6099a5a94b9d56970dbf96e473ba87
tree5023e2ddb5b92d1a631c14402bb3a6dda5abfcb9
parente422ccefe1b4ce73325afe39c5734bd2545c9b83
window: Ignore geometry widget

Ignore the geometry widget passed to gtk_window_set_geometry_hints().
Usind the widget itself was a hack that complicates the size request
machinery.

It is also incorrect in that it doesn't respect height-for-width.

Last but not least, it was only used by gnome-terminal and that
application can easily work without it.
gtk/gtkwindow.c